home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Comm / yam / kmailtombox.readme < prev    next >
Text File  |  2004-09-23  |  2KB  |  42 lines

  1. Short:        Creates a MBox file from Kmail (for YAM)
  2. Author:       Arthur D. Moyer
  3. Uploader:     Arthur D. Moyer
  4. Version:      1.0
  5. Type:         comm/yam
  6. Architecture: ppc-amigaos >= 4.0.0 
  7.  
  8. KmailtoMbox V1.0 Arexx Script
  9.  
  10. If your like me, you've been using Kmail on Linux on your AmigaOne.  That was
  11. mostly true in my case since my A4000 had become unreliable, so I could no
  12. longer use it for email.  So all my email for the last year is in Kmail under
  13. linux, but I want an Amiga only system, but still want to reference my old
  14. mail.
  15.  Enter this script.  :)  It will compile all the individual email message files
  16. in a directory into the MBOX format that YAM wants to be able to import.  I
  17. suspect this will work with other email programs too, but it hasn't been tested
  18. on any other combination.
  19.  
  20. This script is "AS-IS", but feel free to modify it as to suit your specific
  21. needs.  It worked for me (I've imported thousands of messages without an
  22. issue).
  23.  
  24. Example Procedure:
  25. 1. Download script and put it into your rexx: directory.
  26. 2. Using samba from the PC side, move the entire Mail directory from your home
  27. directory on you Linux install on the A1.  (I had problems the other way, and
  28. besides, this forces samba to rename the files if they aren't compatible to the
  29. filing system your using)
  30. 3. I zipped up the directory (and it's sub-directories with all the mail), and
  31. FTPed it to my A1 (Or use whatever method you like to get it to the OS4 side of
  32. your A1)
  33. 4. Once there, unzip the archive.
  34. 5. In a shell, go to the mail directory you just unarchived.  Such as
  35. sent-mail.
  36. 6. type "rx KmailtoMbox cur'  This will start the process and when it's done,
  37. you'll have a file called MBOX suitable for importing into YAM in your current
  38. directory.  (Cur is the name Kmail uses for "current" mail.  Generally, new and
  39. tmp are empty)
  40. 7. Rinse and repeat for the other folders you might like to import (like your
  41. inbox).  :)
  42.